home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 25 / AMIGAplus Sonderheft 25 (2000)(Falke)(DE)(Track 1 of 4)[!].iso / system / MUI / Docs / Changes next >
Text File  |  2000-05-08  |  46KB  |  1,290 lines

  1. ************************************************************************
  2.  
  3.                         MUI - MagicUserInterface
  4.  
  5.                 (c) Copyright 1992-97 by Stefan Stuntz
  6.  
  7.         This file describes all changes since version 1.0 of MUI
  8.  
  9. ************************************************************************
  10.  
  11.  
  12.  
  13. ------------------------------------------------------------------------
  14. Version 3.8 (12-Feb-97)                       (muimaster.library V19.35)
  15. ------------------------------------------------------------------------
  16.  
  17. * MINOR SASG UPDATE *
  18.  
  19. Still not registered for MUI?
  20. Check out www.sasg.com for great discounts NOW!
  21.  
  22. Changes for users:
  23.  
  24. - When tab-cycling through objects of a virtual group, MUI tries to
  25.   ensure that the surrounding active object frame is always visible.
  26.  
  27. - Added a little gimmick for registered users (OS 3.x required): Take a
  28.   digitized picture of yourself (approximately 80x100 pixels in size)
  29.   and copy it to "MUI:user.pic". MUI's preferences will then become a
  30.   little more personal :). Note that you can use any graphics format
  31.   (ilbm, gif, jpeg, etc) as long as you have a datatype to read it. In
  32.   other words: if you can view it with Multiview, MUI can display it
  33.   too. Take care that the picture is not too big, otherwise MUI might
  34.   fail to open the prefs window. Thanks again for supporting MUI and the
  35.   Amiga!
  36.  
  37. - Included new catalogs:
  38.     Portuguese by Fernando Nunes and Alexandre Gabriel
  39.     Spanish by Pedro Luis Mieza and Juan Antonio Ramirez
  40.  
  41. - Translations of PSI were still messed up. All catalog related problems
  42.   should finally be fixed now.
  43.  
  44. - Fixed a few more bugs concerning the appearance and refresh of help
  45.   bubbles.
  46.  
  47. - Fixed a possible deadlock that could occur when balancing objects were
  48.   used in certain combinations.
  49.  
  50. - Balancing could accidently mess up the display of active object frames.
  51.  
  52. - Implemented keyboard control for balance objects.
  53.  
  54. Changes for programmers:
  55.  
  56. - Reduced stack usage a little. Note well: this is no excuse for lazy
  57.   programmers! As mentioned in the MUI developer docs, the default stack
  58.   size of 4k is not enough for MUI programs! 8k is an acceptable
  59.   minimum. If you do not pay attention to this, your programs will
  60.   crash sooner or later!
  61.  
  62. - MUIA_Gauge_InfoText is now also possible for vertical gauge objects.
  63.  
  64. - Made MUIM_Window_Snapshot method public. See autodocs for details.
  65.  
  66. - MUI would accidently refuse to automatically move a listviews display
  67.   to the active entry, even though the MUIA_List_AutoJump flag was set.
  68.  
  69.  
  70.  
  71. ------------------------------------------------------------------------
  72. Version 3.7tu1 (30-Jan-97)
  73. ------------------------------------------------------------------------
  74.  
  75. * MINOR SASG UPDATE *
  76.  
  77. ...just a few quick fixes...
  78.  
  79. - Listtree classes could crash under certain circumstances. This bug
  80.   affected MUI's preferences as well as other applications, eg IBrowse.
  81.   They should run well again with this fix.
  82.  
  83. - MUI would sometimes render a listview's contents outside of its box.
  84.  
  85. - PSI understands the new language catalogs.
  86.  
  87. - MUI's about window gives credit to the translators of the current
  88.   locale.
  89.  
  90.  
  91.  
  92. ------------------------------------------------------------------------
  93. Version 3.7 (24-Jan-97)                      (muimaster.library V18.174)
  94. ------------------------------------------------------------------------
  95.  
  96. * MINOR SASG UPDATE *
  97.  
  98.  Still not registered for MUI yet? We set up something special to help
  99.  you support the Amigas future! Take your chance and play the unique
  100.  shareware lottery at http://www.sasg.com/
  101.  Order online and win some nice prices!
  102.  
  103. Changes for users:
  104.  
  105. - Included translations for many different languages. Many thanks to
  106.   the Amiga Translators Organisation and it's members for making this
  107.   possible:
  108.     Swedish      Kristoffer Larsson, Mattias Gustafsson
  109.     Greek        Pantelis Kopelias, Manos Konstantiniadis
  110.     French       Georges Goncalves, Francis Labrie, Jérôme Fleury
  111.     Catalian     Llorenç Grau, Esteve Boix
  112.     Danish       Niels Bache, Bjarke Vangsgaard
  113.     Finnish      Jan Karjalainen, Mika Lundell
  114.     Polish       Konrad Dubiel, Marcin Orlowski
  115.     Czech        Pavel Bures, Radovan Drazny
  116.     Italian      Vincenzo Gervasi, Mario Dell'Oca
  117.     Netherlands  Frank Mosch, Jeroen Steenblik
  118.  
  119. - Fixed a few minor problems with the appearance of help bubbles.
  120.  
  121. - Context menus were inaccessible in windows without other MUI objects.
  122.  
  123. - Window popup menu entries for snapshot/unsnapshot no longer appear on
  124.   windows without this capability.
  125.  
  126. - Increased stack size of mui preferences. The previous versions stack
  127.   was a little too small which sometimes caused MUI to crash.
  128.  
  129. - Recompilation with SAS-C 6.57 fixes potential problems with
  130.   060 processors.
  131.  
  132. - Improved middle mouse button scrolling in virtual groups. Holding 
  133.   shift enhances speed by 2, control by 4 and alt by 8.
  134.  
  135. - Fixed enforcer hit in volumelist class.
  136.  
  137. - The MUI window popup menu now works even if there are string gadgets
  138.   below.
  139.  
  140. Changes for programmers:
  141.  
  142. - Using an empty string (not a NULL pointer!) as title for
  143.   a popup menu will result in a titleless popup menu.
  144.  
  145. - Fixed MUIA_Window_AltLeftEdge/TopEdge/Width/Height attributes.
  146.  
  147. - Fixed misbehaviour when input/eventhandlers were added/removed
  148.   from inbetween other input/eventhandlers.
  149.  
  150. - Fixed a problem when input & eventhandlers were modified from within
  151.   other input & eventhandlers.
  152.  
  153. - Improved performance of MUIM_Group_Init/ExitChange in windows with
  154.   many objects.
  155.  
  156. - If you call MUIM_Application_ShowHelp with a NULL filename, MUI will
  157.   use the contents of MUIA_Application_HelpFile instead.
  158.  
  159. - If you call MUIM_Application_ShowHelp with (Object *)0xffffffff as
  160.   window reference object, MUI will use the first open child window of
  161.   an application as reference for a display screen automatically.
  162.  
  163. - Implemented MUIM_Create/DeleteBubble methods (area class) to allow
  164.   programmer controlled bubble appearance. Useful e.g. for indicating
  165.   error conditions on data entry forms.
  166.  
  167.  
  168.  
  169. ------------------------------------------------------------------------
  170. Version 3.6 (20-Aug-96)                       (muimaster.library V17.63)
  171. ------------------------------------------------------------------------
  172.  
  173. * MINOR SASG UPDATE *
  174.  
  175. NOTE: Still not registered yet?
  176.       Go to http://www.sasg.com/ and get your MUI within a few hours!
  177.  
  178. Changes for users:
  179.  
  180. - Fixed another bug with string gadget activation/deactivation which
  181.   might have caused possible crashes of web browsers.
  182.  
  183. - Included a listview that shows versions of MUI custom classes in the
  184.   MUI about window.
  185.  
  186. Changes for programmers:
  187.  
  188. - Replaced the outdated custom class example Userdata.mcc by a more
  189.   uptodate custom class. This one also shows how to handle preferences
  190.   for custom classes.
  191.  
  192. - Fixed a bug that resulted in waiting for wrong signals when an input
  193.   handler with timer was used.
  194.  
  195.  
  196.  
  197. ------------------------------------------------------------------------
  198. Version 3.5 (26-Jul-96)                      (muimaster.library V16.160)
  199. ------------------------------------------------------------------------
  200.  
  201. * MINOR SASG UPDATE *
  202.  
  203. NOTES: More support and information is available from the official
  204.        MUI web site. Please visit us at http://www.sasg.com/
  205.  
  206.        This version was not released to the public, it was only
  207.        distributed with the web browser IBrowse from Omnipresence.
  208.  
  209. Changes for users:
  210.  
  211. - Rewrote installer script. It will correctly update older MUI
  212.   distributions now instead of just renaming away the previous
  213.   directory. This allows additional classes and images to remain
  214.   installed after a MUI update.
  215.  
  216. - Fixed background rendering bug on cybergfx hi/truecolor screens.
  217.  
  218. - Fixed possible crash when disposing active string gadgets.
  219.  
  220. - Fixed positioning of window border scrollers after uniconfiy.
  221.  
  222. - Fixed version numbers of german catalog.
  223.  
  224. - Included builtin menu rendering for popup menus. Popups will
  225.   always appear above the corresponding gadget now instead of
  226.   relying on external patches for correct positioning.
  227.  
  228. - Fixed refresh of gadgets in virtual groups, i.e. browser
  229.   displays.
  230.  
  231. - Fixed rendering problems when